home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / AppleCD SC Training / AppleCD SC Training / card_3703.txt < prev    next >
Text File  |  1990-04-09  |  4KB  |  186 lines

  1. -- card: 3703 from stack: in
  2. -- bmap block id: 5900
  3. -- flags: 0000
  4. -- background id: 2282
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.  
  9. end closeCard
  10.  
  11.  
  12.  
  13. -- part 1 (field)
  14. -- low flags: 01
  15. -- high flags: 0000
  16. -- rect: left=13 top=30 right=50 bottom=490
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: A003
  30. -- rect: left=324 top=281 right=303 bottom=390
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: HELP
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   play harpsichord b4
  42.   visual effect barn door open
  43.   domenu Home
  44. end mouseUp
  45.  
  46.  
  47.  
  48.  
  49. -- part 3 (button)
  50. -- low flags: 00
  51. -- high flags: A003
  52. -- rect: left=417 top=281 right=303 bottom=483
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: GO BACK
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   play harpsichord d4
  64.   visual wipe down
  65.   pop card
  66. end mouseUp
  67.  
  68.  
  69.  
  70.  
  71. -- part 4 (field)
  72. -- low flags: 00
  73. -- high flags: 2004
  74. -- rect: left=34 top=71 right=301 bottom=295
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 0
  78. -- font id: 20
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: 
  83.  
  84.  
  85. -- part 5 (button)
  86. -- low flags: 00
  87. -- high flags: 0000
  88. -- rect: left=447 top=28 right=52 bottom=483
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 1011 / 1011
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: New Button
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   play harpsichord c4
  100.   visual effect venetian blinds to gray
  101.   go to card id 5341
  102. end mouseUp
  103.  
  104.  
  105.  
  106.  
  107. -- part 10 (field)
  108. -- low flags: 00
  109. -- high flags: 0004
  110. -- rect: left=326 top=142 right=203 bottom=479
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 0
  114. -- font id: 3
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: 
  119.  
  120.  
  121. -- part 11 (button)
  122. -- low flags: 00
  123. -- high flags: 2000
  124. -- rect: left=19 top=16 right=51 bottom=63
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 1008 / 1008
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: Home
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   answer "Print this Card?" with "Cancel" or "Yes"
  136.   if it is "Card" then
  137.     doMenu "Print Card"
  138.   end if
  139.   if it is "Cancel" then
  140.     exit mouseUp
  141.   end if
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 12 (button)
  147. -- low flags: 00
  148. -- high flags: 2000
  149. -- rect: left=34 top=140 right=156 bottom=293
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: 
  158.  
  159.  
  160. -- part contents for card part 1
  161. ----- text -----
  162. Market Applications
  163.  
  164. -- part contents for card part 4
  165. ----- text -----
  166.  
  167. The general categories of applications in which 
  168. CD-ROM is useful are:
  169.  
  170.   ‚Ä¢  Bulk Distribution of data or software.
  171.   ‚Ä¢  Textual and graphic databases.
  172.   ‚Ä¢  Image storage.
  173.   ‚Ä¢  Library catalogs
  174.   ‚Ä¢  Reference materials: legal, medical, corporate ...
  175.   ‚Ä¢  Parts lists
  176.   ‚Ä¢  Government data
  177.   ‚Ä¢  Sales catalogs
  178.   ‚Ä¢  Maps
  179.  
  180.  
  181.  
  182.  
  183.  
  184. -- part contents for card part 10
  185. ----- text -----
  186. Here is where we link to CD-ROM HyperCard stack stuff!